#-*- Mode:Text; Tab-width:4 -*-
#                                                                          
#                                                                          
#                       RESTRICTED RIGHTS LEGEND                           
#                                                                          
#  Use, duplication, or disclosure by the Government is subject to         
#  restrictions as set forth in subdivision (c)(1)(ii) of the Rights in    
#  Technical Data and Computer Software clause at 252.227-7013.            
#                                                                          
#                     TEXAS INSTRUMENTS INCORPORATED.                      
#                             P.O. BOX 149149                              
#                          AUSTIN, TEXAS 78714-9149                        
#                               MS 2151                                    
#                                                                          
#   Copyright (C) 1987,1988,1989,1990 Texas Instruments Incorporated.            
#   All rights reserved.                                                   
#                                                                          

# NOTE:  You must have the TbServer application in the {boot}microexp: folder
#        for this makefile to work.


microexp  = "{boot}microexp:"
macsys    = "{microexp}macsys:"

tbi-samples  color-qix

color-qix  {microexp}tbserver color-qix.rez
	SetFile -a B color-qix -c TIMX -t APPL    		#ab 11/8/88.
	duplicate color-qix {microexp}color-qix -y
	
	
color-qix.rez  color-qix.r 
	duplicate {microexp}tbserver {macsys}toolbox-interface:tbserver -y
	Rez color-qix.r -o color-qix -a

{microExp}tbserver 
	duplicate {tbi}tbserver {microexp}tbserver -y
	




